-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update e-mail styles and wrapper #2672
Conversation
templates/emails/email-styles.php
Outdated
@@ -11,25 +11,28 @@ | |||
* @version 1.31.0 | |||
*/ | |||
|
|||
if ( ! defined( 'ABSPATH' ) ) { | |||
if ( ! defined( "ABSPATH" ) ) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change all single quotes in the file to double-quotes ?
Usually it's always single quotes, except if you need to interpret a var in the string, but maybe there's a reason here ? (I think it might just be something your IDE did by itself)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops that might have been a find-n-replace gone wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked as advertised, requesting changes for the code comments, apart from that 🚀
Beautified in 9a06455 |
Part of 396-gh-Automattic/wpjm-addons
Changes Proposed in this Pull Request
Testing Instructions
Release Notes
Screenshot / Video